home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSELECTCERTFORM / TSELECTCERTFORM.txt
Text File  |  2004-10-12  |  2KB  |  95 lines

  1. object SelectCertForm: TSelectCertForm
  2.   Left = 79
  3.   Top = 108
  4.   ActiveControl = CertList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Certificate'
  7.   ClientHeight = 313
  8.   ClientWidth = 602
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lCaption: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 585
  27.     Height = 41
  28.     AutoSize = False
  29.     WordWrap = True
  30.   end
  31.   object CertList: TListView
  32.     Left = 8
  33.     Top = 56
  34.     Width = 585
  35.     Height = 209
  36.     Columns = <
  37.       item
  38.         Caption = 'Issued To'
  39.         Width = 180
  40.       end
  41.       item
  42.         Caption = 'Issued By'
  43.         Width = 180
  44.       end
  45.       item
  46.         Caption = 'Expires'
  47.         Width = 70
  48.       end
  49.       item
  50.         Caption = 'Root'
  51.         Width = -2
  52.         WidthType = (
  53.           -2)
  54.       end>
  55.     ReadOnly = True
  56.     RowSelect = True
  57.     TabOrder = 0
  58.     ViewStyle = vsReport
  59.     OnChange = CertListChange
  60.     OnClick = CertListClick
  61.     OnDblClick = CertListDblClick
  62.   end
  63.   object bOK: TButton
  64.     Left = 408
  65.     Top = 280
  66.     Width = 83
  67.     Height = 25
  68.     Caption = '&OK'
  69.     Default = True
  70.     Enabled = False
  71.     ModalResult = 1
  72.     TabOrder = 2
  73.   end
  74.   object bCancel: TButton
  75.     Left = 504
  76.     Top = 280
  77.     Width = 83
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.   end
  84.   object bView: TButton
  85.     Left = 16
  86.     Top = 280
  87.     Width = 89
  88.     Height = 25
  89.     Caption = '&View...'
  90.     Enabled = False
  91.     TabOrder = 1
  92.     OnClick = bViewClick
  93.   end
  94. end
  95.